Image

open class Image

Constructors

Link copied to clipboard
open fun Image(buffer: Array<Byte>, pixelRatio: Float, name: String, width: Int, height: Int, sdf: Boolean)
Link copied to clipboard
open fun Image(buffer: Array<Byte>, pixelRatio: Float, name: String, width: Int, height: Int, sdf: Boolean, stretchX: Array<Float>, stretchY: Array<Float>, content: Array<Float>)